projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99d1d90
)
Fix typo in this unused file.
author
robertl
<robertl>
Mon, 5 Jul 2004 14:26:18 +0000
(14:26 +0000)
committer
robertl
<robertl>
Mon, 5 Jul 2004 14:26:18 +0000
(14:26 +0000)
gpsdrive.c
patch
|
blob
|
history
diff --git
a/gpsdrive.c
b/gpsdrive.c
index 621fa497643a8ec23191a46ed6f3a889ea8f0f76..b281844c7f90219e0e6d3f70615c9e1e3a22cba3 100644
(file)
--- a/
gpsdrive.c
+++ b/
gpsdrive.c
@@
-71,12
+71,12
@@
data_read(void)
int i;
waypoint *wpt_tmp;
int linecount = 0;
- mkshort_rd_handle = mkshort_new_handle();
/*
* Make sure that all waypoints in single read have same
* timestamp.
*/
time_t now = current_time();
+ mkshort_rd_handle = mkshort_new_handle();
do {
linecount++;